home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global Section, ScientistNumber
- repeat with count = 20 to 23
- set the puppet of sprite count to 1
- end repeat
- set Section to the frame
- set ScientistNumber to the frame - 50
- set the keyDownScript to "ScientistChangeKey"
- end
-
- on exitFrame
- go(the frame)
- end
-
- on idle
- CheckHilite(20, 23)
- pass()
- end
-